runtime.stackScanState.getPtr (method)

2 uses

	runtime (current package)
		mgcmark.go#L925: 		p, conservative := state.getPtr()
		mgcstack.go#L237: func (s *stackScanState) getPtr() (p uintptr, conservative bool) {